Presentation to the SDP Summer Institute for Leadership in Analytics August 6th-8th 2012
Jared Knowles, Policy Research Advisor at Wisconsin Department of Public Instruction
library(partykit)
mypar <- ctree_control(testtype = "Bonferroni", mincriterion = 0.99)
mytree <- ctree(mathSS ~ race + econ + ell + disab + sch_fay + dist_fay + attday +
readSS, data = subset(df, grade == 3))
plot(mytree)